Filesystem implementations may need optional arguments in terms of
authorjohn.levon@sun.com <john.levon@sun.com>
Tue, 20 Feb 2007 04:44:42 +0000 (20:44 -0800)
committerjohn.levon@sun.com <john.levon@sun.com>
Tue, 20 Feb 2007 04:44:42 +0000 (20:44 -0800)
commitec08a094b2b6437406adab0f19cb89bf26c4f3ad
tree3a0a944eb764d758615842526e1b5c28bf29b56a
parent5f855af62745d6def7f9a47a75fe3b83bf1aa2cb
Filesystem implementations may need optional arguments in terms of
what to mount. Add an options string to the libfsimage API.

Signed-off-by: John Levon <john.levon@sun.com>
12 files changed:
tools/libfsimage/common/fsimage.c
tools/libfsimage/common/fsimage.h
tools/libfsimage/common/fsimage_grub.c
tools/libfsimage/common/fsimage_grub.h
tools/libfsimage/common/fsimage_plugin.c
tools/libfsimage/common/fsimage_plugin.h
tools/libfsimage/common/fsimage_priv.h
tools/libfsimage/ext2fs-lib/ext2fs-lib.c
tools/libfsimage/ext2fs/fsys_ext2fs.c
tools/libfsimage/reiserfs/fsys_reiserfs.c
tools/libfsimage/ufs/fsys_ufs.c
tools/pygrub/src/fsimage/fsimage.c